home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / cc / panel / scripts / DefineButton2_36 / BUTTONCONDACTION on(keyPress Enter).as < prev   
Encoding:
Text File  |  2002-03-20  |  82 b   |  5 lines

  1. on(keyPress "<Enter>"){
  2.    set("../:mykey","eql");
  3.    call("../:keypress");
  4. }
  5.